From b1cbaa626a07e31a492abf2f56a202d12d9457de Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Sun, 20 Jul 2003 19:48:51 +0000 Subject: [PATCH] just a minor spacing thing git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@437 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/arcdist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/arcdist.c b/gpsbabel/arcdist.c index f4225ae1a..bd0c7dd6c 100644 --- a/gpsbabel/arcdist.c +++ b/gpsbabel/arcdist.c @@ -172,7 +172,7 @@ arcdist_process(void) FILE *arcfile = fopen( arcfileopt, "r" ); if ( arcfile == NULL ) { - fatal(MYNAME ":Can't open %s for reading.\n",arcfileopt); + fatal(MYNAME ": Can't open %s for reading.\n",arcfileopt); } lat1 = lon1 = lat2 = lon2 = BADVAL; -- 2.30.2